02. Coding Exercises

Coding exercises that accompany this lesson are provided in this GitHub repo:
https://github.com/udacity/AIND-NLP

  1. Clone the repo on your local machine.
  2. Follow the instructions provided in README.md to setup your Python environment.
  3. (Optional) Download all nltk data packages (10+GB), or get them later as needed.
  4. Launch the notebook: jupyter notebook text_processing.ipynb

Then follow along as you go through the lesson. Feel free to pause and experiment with the tools and libraries you're learning!